func runtime.schedEnabled

5 uses

	runtime (current package)
		proc.go#L4178: 	if sched.disable.user && !schedEnabled(gp) {
		proc.go#L4183: 		if schedEnabled(gp) {
		proc.go#L4862: 		if sched.disable.user && !schedEnabled(gp) {
		proc.go#L4982: 	if schedEnabled(gp) {
		proc.go#L6811: func schedEnabled(gp *g) bool {